home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / ptolemy / patch_04.lha / PATCH-0.4.1 / icon_fix_pt-0.4.1 next >
Text File  |  1993-07-26  |  695b  |  26 lines

  1. #! /bin/csh -f
  2. # This script converts references to ~ptolemy to $PTOLEMY that were missed
  3. # in the 0.4 version of Ptolemy
  4. #
  5. # Alan Kamas, April 22th, 1993
  6. #
  7. # Copyright (c) 1990,1991,1992,1993 
  8. # The Regents of the University of California.
  9. #       All Rights Reserved.
  10. #
  11.  
  12. if ( ! $?PTOLEMY ) then 
  13.     setenv PTOLEMY ~ptolemy
  14. endif
  15.  
  16. chdir $PTOLEMY/src/domains/de/icons
  17. masters -v -O "~ptolemy" -N '$PTOLEMY' *.pal
  18.  
  19. chdir $PTOLEMY/src/domains/sdf/icons
  20. masters -v -O "~ptolemy" -N '$PTOLEMY' dsp.pal
  21.  
  22. chdir $PTOLEMY/src/domains/cg96/icons
  23. masters -v -O "~ptolemy" -N '$PTOLEMY' *.pal
  24. masters -v -O "~huangc/Ptolemy" -N '$PTOLEMY' dsp.pal
  25. masters -v -O "~huangc/Ptolemy" -N '$PTOLEMY' control.pal
  26.